projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211c715
)
(shut_down_emacs): Call `dos_cleanup'.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Oct 1997 16:52:09 +0000
(16:52 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Oct 1997 16:52:09 +0000
(16:52 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index bf3e46c71d8de10d5375a2347b273208d8db0c74..5a2ac8504c83081d7e824810774c23b09fe9db81 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1482,6
+1482,10
@@
shut_down_emacs (sig, no_x, stuff)
#ifdef WINDOWSNT
term_ntproc ();
#endif
+
+#ifdef MSDOS
+ dos_cleanup ();
+#endif
}